@font-face {
    font-family: 'IranNastaliq';
    src: url('fonts/IranNastaliq.eot?#') format('eot'),
        url('fonts/IranNastaliq.ttf') format('truetype'),
        url('fonts/IranNastaliq.woff') format('woff');
}
body{
margin-top: 150px;
}
.header{
position: fixed;
z-index:120;
left: 0;
right: 0;
top: 0;
height: 105px;
background-color: rgb(116, 189, 134);
border-style: none;
border-width: 0;
border-color: none;
display: flex;
align-items: center;

}
.header:hover{
    opacity: 0.8;
    transition: 1s;
}
.at{width: 600px;
text-align: center;
font-family: 'IranNastaliq';
color: rgb(1, 46, 1);
font-size: 50px;
margin: 5px 5px;
padding: 0;
}
.sh {
    display: flex;
    flex: 1;
    color: rgb(1, 46, 1);
    font-size: 50px;
    
}
.re{text-align: center;
    font-family: 'IranNastaliq';
    font-size: 30px;
    color: rgb(3, 43, 3);
    margin: 0;
}
.fl{display: flex;}
.inp{display: flex;
    flex: 1;
    text-align: center;
        font-family: 'IranNastaliq';
        font-size: 40px;
        font-weight: bold;
        color: rgb(3, 43, 3);
      border-style: none;
      border-color: rgb(255, 255, 255);
      background-color: rgb(240, 240, 240);
      border-radius: 5px;
      border-width: 0;
        width: 60px;      
}
.inp2{
    font-family: 'IranNastaliq';
        font-size: 30px;
        color: rgb(1, 29, 1);
        border-style: none;
        border-color: rgb(255, 255, 255);
        background-color: rgb(102, 150, 56);
        border-radius: 5px;
        border-width: 0;
        width: 100px;
        flex: 1;
        margin:0 200px;
        cursor: pointer;
        font-weight: bold;
    }
    .inp2:hover{opacity: 0.8;transition: 1s;}
        .inp2:active {
            opacity: 0.5;
            transition: 1s;
        }
        .eror{color: rgb(255, 0, 0);
        font-size: 25px;
    font-weight: bold;
font-family: 'IranNastaliq';text-align: center;}
.eror2{color: rgb(31, 97, 5);
    font-size: 30px;
    font-weight: bold;
    font-family: 'IranNastaliq';
    text-align: center;}
hr{
    border-color: rgb(255, 255, 255);
    opacity: 0.7;
}
.b{margin-left: 10px;}
.img{width: 20px;height: 15pxpx;}
